home *** CD-ROM | disk | FTP | other *** search
/ PC Guide Interactive 42 / PCGuide 42a / pcguide42.iso / share / Netpd / setup.exe / 0 / RCDATA / TFORM1 / TFORM1.txt
Encoding:
Text File  |  1998-04-29  |  485 b   |  24 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 108
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'Form1'
  7.   ClientHeight = 329
  8.   ClientWidth = 427
  9.   Color = clNavy
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWhite
  12.   Font.Height = -32
  13.   Font.Name = 'Times New Roman'
  14.   Font.Style = [fsItalic]
  15.   Position = poDefaultPosOnly
  16.   Visible = True
  17.   WindowState = wsMaximized
  18.   OnActivate = FormActivate
  19.   OnPaint = FormPaint
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 37
  23. end
  24.